projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87002f7
)
(Info-insert-dir): Use leading space in buffer name.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 5 Dec 1997 08:04:59 +0000
(08:04 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 5 Dec 1997 08:04:59 +0000
(08:04 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index aed3e425bae11626fd3d9e3370b427abfcc9e305..edf50f865a26f87d68a8b72c0679d13a4ee79da7 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-531,7
+531,7
@@
In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(save-excursion
(or buffers
(message "Composing main Info directory..."))
- (set-buffer (generate-new-buffer "info dir"))
+ (set-buffer (generate-new-buffer "
info dir"))
(insert-file-contents file)
(setq buffers (cons (current-buffer) buffers)
Info-dir-file-attributes